ConnectorType Enumeration

Represents a connecting line between two escape points.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ConnectorType

Members

Standard0 A standard connector escapes two connecting objects with straight lines and connects them with a straight perpendicular line.
Lines1 A lines connector escapes two connecting objects with straight lines and connects them with a straight (not necessarily perpendicular) line.
Line2 A line connector draws one straight line between the two escape points of connected objects.
Curve3 A curve connector draws a single curved line between the two escape points of connected objects.
None4 None.

See Also